type runtime.stackScanState
10 uses
runtime (current package)
mgcmark.go#L782: var state stackScanState
mgcmark.go#L918: func scanframeworker(frame *stkframe, state *stackScanState, gcw *gcWork) {
mgcmark.go#L1218: func scanblock(b0, n0 uintptr, ptrmask *uint8, gcw *gcWork, stk *stackScanState) {
mgcmark.go#L1352: func scanConservative(b, n uintptr, ptrmask *uint8, gcw *gcWork, state *stackScanState) {
mgcstack.go#L168: type stackScanState struct {
mgcstack.go#L204: func (s *stackScanState) putPtr(p uintptr, conservative bool) {
mgcstack.go#L239: func (s *stackScanState) getPtr() (p uintptr, conservative bool) {
mgcstack.go#L272: func (s *stackScanState) addObject(addr uintptr, r *stackObjectRecord) {
mgcstack.go#L304: func (s *stackScanState) buildIndex() {
mgcstack.go#L333: func (s *stackScanState) findObject(a uintptr) *stackObject {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |